board: .gitignore: ignore board-specific generated files
authorMasahiro Yamada <[email protected]>
Fri, 28 Feb 2014 10:59:16 +0000 (19:59 +0900)
committerTom Rini <[email protected]>
Tue, 4 Mar 2014 17:15:31 +0000 (12:15 -0500)
Ignore
  - board/cray/L1/bootscript.{c|image}
  - board/matrix_vision/mvblm7/bootscript.img
  - board/maxtir_vision/mvsmr/bootscript.img

Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Andre Schwarz <[email protected]>
board/cray/L1/.gitignore [new file with mode: 0644]
board/matrix_vision/mvblm7/.gitignore [new file with mode: 0644]
board/matrix_vision/mvsmr/.gitignore [new file with mode: 0644]

diff --git a/board/cray/L1/.gitignore b/board/cray/L1/.gitignore
new file mode 100644 (file)
index 0000000..cd76d66
--- /dev/null
@@ -0,0 +1,2 @@
+bootscript.c
+bootscript.image
diff --git a/board/matrix_vision/mvblm7/.gitignore b/board/matrix_vision/mvblm7/.gitignore
new file mode 100644 (file)
index 0000000..469f1bc
--- /dev/null
@@ -0,0 +1 @@
+bootscript.img
diff --git a/board/matrix_vision/mvsmr/.gitignore b/board/matrix_vision/mvsmr/.gitignore
new file mode 100644 (file)
index 0000000..469f1bc
--- /dev/null
@@ -0,0 +1 @@
+bootscript.img